<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@charset "utf-8";
.keyvisualBlock {
	margin: 0 auto; 
	width: 1000px;
	height: 275px;
	background-color: #ffffff;
}
.keyvisualBlock p {
	font-size: 16px;
	padding-top: 40px;
}
.keyvisualBlock h1 {
	margin-top: 23px;
}
.topMenu.flexBox {
    gap: 10px;
}
.topMenu .flex-item a {
	color: #fff;
	padding: 10px;
    display: block;
}
.topMenu .flex-item {
	width: 20%;
}

@media screen and (max-width: 1300px) {
  .topMenu .flex-item:first-child {
    width: 24%;
  }
  .topMenu .flex-item {
    width: 19%;
  }
}

.topMenu .flex-item:first-child {
	background-color: rgb(192, 146, 60);
}
.topMenu .flex-item:nth-child(2) {
	background-color: rgb(144, 108, 68);
}
.topMenu .flex-item:nth-child(3) {
	background-color: rgb(28, 22, 24);
}
.topMenu .flex-item:nth-child(4) {
	background-color: rgb(90, 105, 75);
}
.topMenu .flex-item:last-child {
	background-color: rgb(27, 67, 103);
}
.container {
	color: #ffffff;
}
h2 {
	font-size: 30px;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	text-decoration: underline;
}
.flexBox {
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
.flexBox.row-reverse {
	flex-direction:row-reverse;
}
#lead h2 {
	margin: 50px 0; 
	text-decoration: none;
}
#lead .flexBox {
	justify-content: space-around;
}
#lead .flexBox .flex-item p {
	line-height: 1.8;
}
/*#lead .flexBox .flex-item img {
	width: 80%;
}*/
#lead .flexBox .flex-item ,
#members .flexBox .flex-item {
	width: 500px;
}
#members .flexBox .flex-item {
	line-height:0;
}
#members .flexBox .flex-item h3 {
	margin: 10px;
}
.outer section {
	padding: 30px;
}
.outer section h3 {
	32px;
}
#C7.flex-item {
	background-color: rgb(90, 105, 75);
}
#ANA-DIGI01.flex-item {
	background-color: rgb(152, 148, 148);
}
#ANA-DIGI02.flex-item {
	background-color: rgb(204, 153, 0);
}
#PROTO.flex-item {
	background-color: rgb(197, 90, 17);
}
#style.flex-item {
	background-color: rgb(27, 67, 103);
}
#chronograph.flex-item {
	background-color: rgb(192, 146, 60);
}
#TSUNO-CHRONO.flex-item {
	background-color: rgb(144, 108, 68);
}
#THERMO-SENSOR.flex-item {
	background-color: rgb(28, 22, 24);
}
#members .flexBox .flex-item a {
	display: inline-block;
	margin: 20px;
	border: solid 1px #ffffff;
	padding: 1em;
  color:#fff;
}
#members .flexBox {
	grid-gap: 30px;
}
#members .flexBox .flex-item img {
	padding: 10px 10px 0 10px;
}
#members .flexBox .flex-item h3 {
	height: 50px;
	width: auto;
}
#pickUp .flexBox .flex-item img {
	width: 80%;
	height: auto;
}
#features h3 {
	margin-bottom: 30px;
	font-size: 1.5em;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
#features .flexBox {
	justify-content: space-around;
}
#collaboration .flexBox {
	background-color: #fff;
	color: #000;
	justify-content: space-around;
}
#collaboration .flex-item .flexBox {
	justify-content: space-between;
}
#collaboration .home {
	padding-left: 30px;
	line-height: 2.0;
	background:url(/cms/z_citizen/product/collection/images/ico_recordLabel_home.gif) no-repeat left center ; 
}
#collaboration .shop {
	padding-left: 30px;
	line-height: 2.0;
	background:url(/cms/z_citizen/product/collection/images/ico_recordLabel_shop.gif) no-repeat left center ; 
}
#collaboration .instagram {
	padding-left: 30px;
	line-height: 2.0;
	background:url(/cms/z_citizen/product/collection/images/ico_recordLabel_instagram.gif) no-repeat left center ; 
}
#shopList {
    background-color: #fff;
    line-height: 3em;
    font-size: 150%;
}
#shopList a,
#shopList a:hover,
#shopList a:visited,
#shopList a:focus {
	color: #333;
}</pre></body></html>